home *** CD-ROM | disk | FTP | other *** search
- /*
- ** quit.thor - quits THOR. The FORCE keyword is optional and will close everything
- ** internal editors without asking. Use the FORCE option will
- ** caution since messages etc. in the editors will not be saved
- ** before closing. Without FORCE, THOR will ask the user to close
- ** all editors first.
- **
- ** Will return 0.
- **
- ** No template except for the command name.
- */
-
- address "THOR.01"
-
- QUIT FORCE
-
-